Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add analyzer rule for disallowing readonly fields with QueryAttribute or ProvideAttribute #111

Merged
merged 4 commits into from
Sep 26, 2023

Conversation

jonisavo
Copy link
Owner

No description provided.

@jonisavo jonisavo added enhancement New feature or request source-generation This issue or pull request relates to source generation labels Sep 26, 2023
@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

Merging #111 (a800f5d) into main (7956148) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #111   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           55        57    +2     
  Lines         1667      1735   +68     
=========================================
+ Hits          1667      1735   +68     
Flag Coverage Δ
automated 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...yzers.CodeFixes/InvalidAttributeCodeFixProvider.cs 100.00% <ø> (ø)
...lyzers.CodeFixes/InvalidReadonlyCodeFixProvider.cs 100.00% <100.00%> (ø)
....Roslyn.Analyzers/InvalidReadonlyMemberAnalyzer.cs 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jonisavo jonisavo merged commit 583103a into main Sep 26, 2023
11 checks passed
@jonisavo jonisavo deleted the feature/UIC003 branch September 26, 2023 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request source-generation This issue or pull request relates to source generation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant